Download this file
1 2 3 4 5 6 7 8
# build apps in apps subdir all: $(BINDIR) $(MAKE) -C apps clean: $(MAKE) -C apps $@ .PHONY: all clean